home *** CD-ROM | disk | FTP | other *** search
/ Aminet 52 / Aminet 52 (2002)(GTI - Schatztruhe)[!][Dec 2002].iso / Aminet / comm / tcp / AmiDynDNS.lha / AmiDynDNS1.15 / AmiDynDNS.cfg < prev    next >
Text File  |  2002-08-15  |  698b  |  38 lines

  1. #
  2. # Sample configfile for AmiDynDNS
  3. # (c) 2002 by Costel Mincea
  4. #
  5. #
  6. # lines starting with '#' and empty lines are ignored
  7. #
  8. # each block describes one user with password and one
  9. # or more hosts which should be updated with or without
  10. # options
  11. #
  12. # the format is described in details in AmiDynDNS.guide
  13. #
  14. # READ THE MANUAL IF YOU ARE UNSURE HOW TO USE IT!!!
  15. #
  16. # see below for example config
  17. #
  18. # PLEASE EDIT THE LINES BELOW BEFORE USE!!
  19. #
  20. ######################################################
  21.  
  22. <account>
  23. user=ben
  24. pass=secretpass
  25. host=foo.dyndns.org
  26. host=bar.dyndns.net
  27. wild=yes
  28. </account>
  29.  
  30. <account>
  31. host=foo.dnsalias.net
  32. user=john
  33. pass=secret
  34. mx=bla.foo.dnsalias.net
  35. backmx=yes
  36. wild=yes
  37. </account>
  38.